-
Notifications
You must be signed in to change notification settings - Fork 240
Add oracles test #3847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add oracles test #3847
Conversation
9c8d296 to
6aabc54
Compare
6aabc54 to
d1cf4c1
Compare
6fecbf4 to
0560da2
Compare
Closes #3825 commit-id:adef9534 # Conflicts: # Cargo.lock # Conflicts: # .tool-versions
0560da2 to
945b1fc
Compare
| assets = ["wasm_oracle.wasm"] | ||
|
|
||
| #[[target.starknet-contract]] | ||
| #sierra = true | ||
|
|
||
| [dependencies] | ||
| oracle = "1" | ||
| starknet = "2.4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
| assets = ["wasm_oracle.wasm"] | |
| #[[target.starknet-contract]] | |
| #sierra = true | |
| [dependencies] | |
| oracle = "1" | |
| starknet = "2.4.0" | |
| assets = ["wasm_oracle.wasm"] | |
| [dependencies] | |
| oracle = "1" | |
| starknet = "2.12.0" |
| [workspace] | ||
|
|
||
| [package] | ||
| name = "wasm_oracle" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super tiny nit: maybe drop “wasm” in the name - it’s more about the format than what this module does. Something like hello_oracles or simple_oracle would fit better 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know these tests are enough but are there any other (more complicated) scenarios that we could cover?
Closes #3825
Stack:
RawFeltVec#3849